Introduction to LISP LISP tutorial. Syntax: • Prefix notation. – Operator first, arguments follow. – E.g. (+ 3 2) adds 3 and 2. A lot of parentheses.